Don't forget to read the readme for the favoriteAnims.xml line. It's necessary to add.

Place this line into FavoriteAnims.xml in your menyooStuff folder.

	<Anim dict="anim@tactical_rifle_01" name="t_rifle_01_clip" />
	<Anim dict="anim@tactical_rifle_02" name="t_rifle_02_clip" />
	<Anim dict="anim@tactical_rifle_03" name="t_rifle_03_clip" />
	<Anim dict="anim@tactical_photo_01" name="t_photo_01_clip" />
	<Anim dict="anim@tactical_handgun_01" name="t_handgun_01_clip" />
	<Anim dict="anim@tactical_handgun_02" name="t_handgun_02_clip" />



Install using Jennie's Custom Anims mod. Get it here:
https://www.gta5-mods.com/misc/custom-animations-add-on-customanims

Make sure you follow their guidelines on how to install that mod properly and how to install animations using it.



FOR DPEMOTES USERS ON FIVEM: 

NOTE: FOR PROP PLACEMENT, FOLLOW THIS TUTORIAL:
https://forum.cfx.re/t/how-to-menyoo-to-dpemotes-conversion-streaming-custom-add-on-props/4775018

Place the ycd file into this folder:

resources/dpemotes-master/streams

Then copy this line into your AnimationList.lua

["trifle1"] = {"anim@tactical_rifle_01", "t_rifle_01_clip", "Rifle Pose 1 (Smos)", AnimationOptions =
{
	EmoteLoop = true,
	EmoteMoving = false,
}},

["trifle2"] = {"anim@tactical_rifle_02", "t_rifle_02_clip", "Rifle Pose 2 (Smos)", AnimationOptions =
{
	EmoteLoop = true,
	EmoteMoving = false,
}},

["trifle3"] = {"anim@tactical_rifle_03", "t_rifle_03_clip", "Rifle Pose 3 (Smos)", AnimationOptions =
{
	EmoteLoop = true,
	EmoteMoving = false,
}},

["tphoto1"] = {"anim@tactical_photo_01", "t_photo_01_clip", "Tactical Photo Pose 1 (Smos)", AnimationOptions =
{
	EmoteLoop = true,
	EmoteMoving = false,
}},

["thg1"] = {"anim@tactical_handgun_01", "t_handgun_01_clip", "Handgun Pose 1 (Smos)", AnimationOptions =
{
	EmoteLoop = true,
	EmoteMoving = false,
}},

["thg2"] = {"anim@tactical_handgun_02", "t_handgun_02_clip", "Handgun Pose 2 (Smos)", AnimationOptions =
{
	EmoteLoop = true,
	EmoteMoving = false,
}},